.ecomm {
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding: 30px 0;
    background: #f3f3f3;
    margin-top: 30px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .ecomm {
        padding: 30px 14px;
    }
}

.ecomm .ecomm-title {
    margin-bottom: 27px;
    position: relative;
    text-align: center;
}

.ecomm .ecomm-title::before {
    background: #cecece;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.ecomm .ecomm-title h1 {
    display: inline;
    padding: 0 10px;
    position: relative;
    z-index: 0;
    background-color: #f3f3f3;
    color: #000;
    font-size: 30px;
    line-height: 47px;
    text-transform: uppercase;
}

.ecomm .ecomm-wrapper {
    margin: auto;
    max-width: 1004px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

@media (min-width: 768px) {
    .ecomm .ecomm-wrapper {
        width: 646px;
    }
}

@media (min-width: 1200px) {
    .ecomm .ecomm-wrapper {
        width: 100%;
    }
}

.ecomm .ecomm-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    background: #fff;
    padding: 8px;
    text-align: center;
}

.ecomm .ecomm-item .et_pb_section {
    padding: 0;
}

.ecomm .ecomm-item .et_pb_row {
    margin: 0;
    width: 100%;
    padding: 0;
}

.ecomm .ecomm-item .et_pb_row .eads_banner_areas {
    margin-bottom: 0;
}
